Welcome![Sign In][Sign Up]
Location:
Search - Tabu tsp

Search list

[OtherTSP-matlab

Description: 这个是TSP问题的matlab程序求解,请过目!-the TSP is the procedure for Matlab, please read!
Platform: | Size: 4096 | Author: 李序 | Hits:

[AI-NN-PRTabuSearch

Description: 用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法,运行效率比较高。-Tabu search solution TSP, procedures for the use of the taboo path length, operating more efficient.
Platform: | Size: 48128 | Author: yinhui | Hits:

[Mathimatics-Numerical algorithmsTA_TSP

Description: 开发环境:Visual C++ .net2003 功能:利用禁忌搜索思想求解TSP问题。-Development Environment: Visual C++. Net2003 functions: thinking of the use of tabu search for solving TSP problems.
Platform: | Size: 27648 | Author: jimin | Hits:

[AI-NN-PRTS_TSP

Description: 解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率; -Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability
Platform: | Size: 5120 | Author: rty | Hits:

[AI-NN-PRTSP

Description: 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。-Including ant colony, simulated annealing, genetic, neural networks, tabu search, such as intelligent optimization algorithm to TSP problem.
Platform: | Size: 7168 | Author: orange | Hits:

[AI-NN-PRtabusearch-TSP

Description: 用禁忌搜索算法求解tsp。。。matlab写之,很有意义-Tabu search algorithm using tsp. . . matlab write, the meaningful
Platform: | Size: 3072 | Author: 何金深 | Hits:

[AI-NN-PRtabu-search-for-tsp

Description: 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
Platform: | Size: 3072 | Author: dayong | Hits:

[AI-NN-PRTS-TSP

Description: 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序-The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
Platform: | Size: 3072 | Author: ann | Hits:

[AI-NN-PRSimpleOpenTSTutorial

Description: TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
Platform: | Size: 28672 | Author: GaoTiexin | Hits:

[AI-NN-PRtabu-matlabcode-tsp

Description: tabu禁忌求TSP 禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。-solve TSP problem
Platform: | Size: 7168 | Author: 张天佑 | Hits:

[Documentstabu

Description: introduction to tabu search
Platform: | Size: 102400 | Author: mohammad | Hits:

[AI-NN-PRtabu-matlabcode-tsp

Description: matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
Platform: | Size: 7168 | Author: wuyao | Hits:

[Windows DevelopTSM

Description: This program gives solution to the Travelling Salesman problem (TSP). I use genetic algorithm, tabu search, exhaustive search. It all combine in a windows application.
Platform: | Size: 60416 | Author: yyavuz | Hits:

[AI-NN-PRtabu_search-Solve-the-TSP-problem

Description: 基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
Platform: | Size: 1024 | Author: 孙岩 | Hits:

[AI-NN-PRTopicsinLocalSearch

Description: tabu search for solving tsp
Platform: | Size: 134144 | Author: bang | Hits:

[OtherTabusearch

Description: This function implements the tabu search algorithm for solving some problem
Platform: | Size: 1024 | Author: mohammad goodarzi | Hits:

[Algorithmtabu

Description: 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。-This is a TSP problem source code written in C++, using the Tabu Search algorithm.
Platform: | Size: 2048 | Author: Erick Lee | Hits:

[AI-NN-PRsA-TS-for-TSP

Description: 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
Platform: | Size: 74752 | Author: mengxiangwei | Hits:

[OtherTSP

Description:  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu search techniques, using I & D strategies, while designed for the local optimal solution of the two kinds of mutation operator. The improved algorithm can effectively compensate for the standard tabu search algorithm depends on the initial solution defect, but also to avoid the phenomenon of search stagnation. Through specific examples and random-question test, indicating that the improved tabu search algorithm has better performance. Guan
Platform: | Size: 6144 | Author: logspace | Hits:

[AI-NN-PRtabu

Description: tabu search algorithm for TSP
Platform: | Size: 2048 | Author: krzysiek | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net